home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 December
/
CMCD1203.ISO
/
Software
/
Complet
/
CINEBENCH 2003
/
resource
/
modules
/
objects
/
res
/
description
/
Ofigure.h
< prev
next >
Wrap
C/C++ Source or Header
|
2003-02-27
|
187b
|
10 lines
#ifndef _OFIGURE_H_
#define _OFIGURE_H_
enum
{
PRIM_FIGURE_HEIGHT = 1210, // REAL - Height [>=0.0]
PRIM_FIGURE_SUB = 1211 // LONG - Subdivision [>2]
};
#endif